Add XenSV back into the repository.
authortwilkie@paploo.uk.xensource.com <twilkie@paploo.uk.xensource.com>
Tue, 26 Jul 2005 13:56:30 +0000 (13:56 +0000)
committertwilkie@paploo.uk.xensource.com <twilkie@paploo.uk.xensource.com>
Tue, 26 Jul 2005 13:56:30 +0000 (13:56 +0000)
commit214520455157307d42fc24bbb9964771336cc8a2
tree557a9c922430c0409d7781c15932ea9524741e8c
parente39ba51523a912f4c63fe7a833cd360b4aa288fa
Add XenSV back into the repository.
Now uses Python Server Pages, not twisted.
42 files changed:
tools/Makefile
tools/python/setup.py
tools/python/xen/sv/CreateDomain.py [new file with mode: 0755]
tools/python/xen/sv/Daemon.py [new file with mode: 0755]
tools/python/xen/sv/DomInfo.py [new file with mode: 0755]
tools/python/xen/sv/DomList.py [new file with mode: 0755]
tools/python/xen/sv/GenTabbed.py [new file with mode: 0755]
tools/python/xen/sv/HTMLBase.py [new file with mode: 0755]
tools/python/xen/sv/Main.py [new file with mode: 0755]
tools/python/xen/sv/MigrateDomain.py [new file with mode: 0755]
tools/python/xen/sv/NodeInfo.py [new file with mode: 0755]
tools/python/xen/sv/RestoreDomain.py [new file with mode: 0755]
tools/python/xen/sv/SaveDomain.py [new file with mode: 0755]
tools/python/xen/sv/TabView.py [new file with mode: 0755]
tools/python/xen/sv/Wizard.py [new file with mode: 0755]
tools/python/xen/sv/__init__.py [new file with mode: 0755]
tools/python/xen/sv/params.py [new file with mode: 0755]
tools/python/xen/sv/util.py [new file with mode: 0755]
tools/sv/Makefile [new file with mode: 0644]
tools/sv/images/destroy.png [new file with mode: 0755]
tools/sv/images/finish.png [new file with mode: 0755]
tools/sv/images/internet copy.jpg [new file with mode: 0755]
tools/sv/images/internet.jpg [new file with mode: 0755]
tools/sv/images/internet.psd [new file with mode: 0755]
tools/sv/images/next.png [new file with mode: 0755]
tools/sv/images/orb_01.jpg [new file with mode: 0755]
tools/sv/images/orb_02.jpg [new file with mode: 0755]
tools/sv/images/pause.png [new file with mode: 0755]
tools/sv/images/previous.png [new file with mode: 0755]
tools/sv/images/reboot.png [new file with mode: 0755]
tools/sv/images/seperator-left-highlight.jpg [new file with mode: 0755]
tools/sv/images/seperator-right-highlight.jpg [new file with mode: 0755]
tools/sv/images/seperator.jpg [new file with mode: 0755]
tools/sv/images/shutdown.png [new file with mode: 0755]
tools/sv/images/small-destroy.png [new file with mode: 0755]
tools/sv/images/small-pause.png [new file with mode: 0755]
tools/sv/images/small-unpause.png [new file with mode: 0755]
tools/sv/images/unpause.png [new file with mode: 0755]
tools/sv/images/xen.png [new file with mode: 0755]
tools/sv/inc/script.js [new file with mode: 0755]
tools/sv/inc/style.css [new file with mode: 0755]
tools/sv/index.psp [new file with mode: 0755]